.same{
    width: 50%;
    margin: 0px auto;
    
}
.goToSignIn{
    width: 50%;
    margin: 0px auto;
}
.alreadyAccount{
    display: none;
    
}
.wrongInfo{
    display: none;
    
}
.suh{
    margin: 15% auto 2% auto;
    
}
.but{
    margin: 1% auto 1% auto;
}
#footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:60px;   /* Height of the footer */
    background:#6cf;
 }
 .grid{
     margin: 2% 0% 0% 0%;
 }
.cardstyling{
    margin: 0% 0% 2% 0%;
} 
.validate{
    max-height: 300px;
    max-width: 300px;
    overflow: scroll x;
}
.activeUser{
    display: none;
}
#postad{
    display: none;
}
#greetUser{
    display: none;
}
#search{
     
    height: 70%;
}
#searchBtn{
    display: none;
}
.userProfile{
    display: none;
}
.userAds{
    display: none;
}
.category{
    color: gray;
}
.favourite{
    display: none;
}
.text-messages{
    color: gray;
}
.navbar {
    background-image: linear-gradient(to right, #7ce08a, #6db9ef);
    padding: 10px 0;
}
.navbar-brand > img {
    width: 14rem;
    height: 4rem;
    margin-left: auto;
    
}

.nav-link {
    font-size: 16px;
    color: #fff !important;
    margin: 2px;
}

.navbar-nav {
    text-align: right;
}

.navbar-toggler {
    padding-right: 0;
    outline: none;
    border: none;
}
img {
    transition: transform 0.3s ease; 
    transform: scale(1); 
}
img:hover {
    transform: scale(1.3); 
}
.footer{
    background: linear-gradient(to right, #7ce08a, #6db9ef);
    padding: 10px 0;
}
.footer p {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-img{
    margin: 10px 0;
    width: 10px;
    height: 10px;
}

#footer a img{
    width: 50px;
}
.slogan {
    
        text-align: center;
        margin-top: -75px; }

@media screen and (max-width: 768px){
    .slogan {
                font-size:smaller;
                text-align: center;
                margin-top: 100px; }
            
                .footer p {
                    font-size: 12px;
                    display: inline; /* Display the paragraph as inline */
                    margin-right: 10px; /* Add some right margin to create space between text and image */
                  }
                
                  .footer img {
                    width: 80px; /* Set a fixed width for the image */
                    height: 20px; /* Set a fixed height for the image */
                    vertical-align: middle; /* Align the image vertically in the middle */
                  }
                 
                    .slogan h1 {
                      font-size: 1.5rem; /* Adjust the font size to make it smaller (you can adjust the value as needed) */
                    }
                  }
                
                  body {
                    display: flex;
                    flex-direction: column;
                    min-height: 100vh;
                }
                
                .container {
                    flex: 1;
                }
                
                .footer {
                    background: linear-gradient(to right, #7ce08a, #6db9ef);
                    padding: 10px 0;
                    margin-top: auto; /* This will push the footer to the bottom */
                }
                
                /* Additional styles for responsiveness */
                @media screen and (max-width: 768px) {
                    .slogan {
                        font-size: smaller;
                        text-align: center;
                        margin-top: 50px;
                    }
                
                    .footer p {
                        font-size: 12px;
                        display: inline;
                        margin-right: 10px;
                    }
                
                    .footer img {
                        width: 70px;
                        height: 15px;
                        vertical-align: middle;
                    }
                
                    .slogan h1 {
                        font-size: 1.5rem;
                    }
                }
                           
            